home *** CD-ROM | disk | FTP | other *** search
/ Freelog 65 / Freelog065.iso / BAS / Graphisme / Imagetoavi / imagetoavi1.0.exe / {app} / ImageToAVI.exe / 0 / RCDATA / TOPENFOLDERFORM / TOPENFOLDERFORM.txt
Text File  |  2005-01-10  |  3KB  |  129 lines

  1. object OpenFolderForm: TOpenFolderForm
  2.   Left = 394
  3.   Top = 147
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Add Image files to compilation list'
  7.   ClientHeight = 385
  8.   ClientWidth = 720
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Default'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnPaint = FormPaint
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 439
  22.     Top = 60
  23.     Width = 267
  24.     Height = 245
  25.   end
  26.   object Label2: TLabel
  27.     Left = 16
  28.     Top = 8
  29.     Width = 50
  30.     Height = 13
  31.     Caption = 'Directories'
  32.     Transparent = True
  33.   end
  34.   object Label5: TLabel
  35.     Left = 235
  36.     Top = 8
  37.     Width = 53
  38.     Height = 13
  39.     Caption = 'Image Files'
  40.     Transparent = True
  41.   end
  42.   object Label4: TLabel
  43.     Left = 440
  44.     Top = 40
  45.     Width = 70
  46.     Height = 13
  47.     Caption = 'Image Preview'
  48.     Transparent = True
  49.   end
  50.   object PreviewImage: TImage
  51.     Left = 440
  52.     Top = 61
  53.     Width = 264
  54.     Height = 242
  55.     Stretch = True
  56.   end
  57.   object SortChkBoxLbl: TLabel
  58.     Left = 452
  59.     Top = 309
  60.     Width = 164
  61.     Height = 13
  62.     Cursor = crHandPoint
  63.     Caption = '  &Zoom In (expand smaller pictures)'
  64.     FocusControl = ZoomInChkBox
  65.     Font.Charset = DEFAULT_CHARSET
  66.     Font.Color = clWindowText
  67.     Font.Height = -11
  68.     Font.Name = 'MS Sans Serif'
  69.     Font.Style = []
  70.     ParentFont = False
  71.     Transparent = True
  72.     OnClick = SortChkBoxLblClick
  73.   end
  74.   object DriveComboBox1: TDriveComboBox
  75.     Left = 16
  76.     Top = 24
  77.     Width = 219
  78.     Height = 22
  79.     Font.Charset = DEFAULT_CHARSET
  80.     Font.Color = clBlack
  81.     Font.Height = -13
  82.     Font.Name = 'MS Sans Serif'
  83.     Font.Style = []
  84.     ParentFont = False
  85.     TabOrder = 0
  86.     TextCase = tcUpperCase
  87.     OnChange = DriveComboBox1Change
  88.   end
  89.   object FileListBox1: TFileListBox
  90.     Left = 235
  91.     Top = 48
  92.     Width = 190
  93.     Height = 313
  94.     FileType = [ftReadOnly, ftHidden, ftSystem, ftVolumeID, ftNormal]
  95.     Font.Charset = DEFAULT_CHARSET
  96.     Font.Color = clBlack
  97.     Font.Height = -13
  98.     Font.Name = 'Default'
  99.     Font.Style = []
  100.     ItemHeight = 16
  101.     Mask = '*.bmp;*.jpg;*.jpeg'
  102.     MultiSelect = True
  103.     ParentFont = False
  104.     ParentShowHint = False
  105.     PopupMenu = FileListMenu
  106.     ShowGlyphs = True
  107.     ShowHint = False
  108.     TabOrder = 3
  109.     OnChange = FileListBox1Change
  110.   end
  111.   object DirOutline: TCDirectoryOutline
  112.     Left = 16
  113.     Top = 48
  114.     Width = 219
  115.     Height = 313
  116.     TabStop = True
  117.     OnChange = DirOutlineChange
  118.     TextCase = tcAsIs
  119.     Font.Charset = ANSI_CHARSET
  120.     Font.Color = clWindowText
  121.     Font.Height = -13
  122.     Font.Name = 'MS Sans Serif'
  123.     Font.Style = []
  124.     ItemHeight = 16
  125.     Options = [ooDrawFocusRect, ooStretchBitmaps]
  126.     ParentColor = False
  127.     ParentFont = False
  128.     PictureClosed.Data = {<image000.BM66(>}
  129.